home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / parasite-x.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(release).as
Text File  |  2011-10-17  |  169b  |  8 lines

  1. on(release){
  2.    gotoAndPlay(17);
  3.    stopAllSounds();
  4.    kirupaSound1 = new Sound(this);
  5.    kirupaSound1.attachSound("coolsound1");
  6.    kirupaSound1.start(0,99);
  7. }
  8.